*{
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
.engPage .wechat span {
    font-size: 10px;
}
.engPage .index-footer {
    font-size: 15px;
}
.engPage .footer-link a {
    font-size: 15px;
}
.engPage .show-box-add {
    font-size: 22px;
}
.page {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}
.page li {
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin: 0 10px;
    color: #858585;
}
.page li:first-child,.page li:last-child {
    padding: 8px 20px;
}
.page .active {
    background-color: #00468e;
    color: #fff;
}
/* 首页样式开始*/
.header {
    background-color: #fff;
}
.head {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 0;
}
.head span {
    display: inline-block;
    color: #da251c;
    margin-right:30px
}
.head a {
    color:#001a34;
}
.head p {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #444;
}
.inner-header {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 218px;
    height: auto;
}
.index_nav {
    width:790px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_nav a {
    color: #2b2b2b;
    display: inline-block;
    padding: 20px;
    border-bottom: 2px solid transparent;
}
.index_nav li a:hover {
    border-bottom: 2px solid #00468e;
}
.index_nav .active {
    border-bottom: 2px solid #00468e;
}
/* banner */
.banner{ 
    width:100%; 
    height:600px; 
    overflow:hidden; 
    position:relative;
    font-size:0
}
.b-img{ 
    height:500px;  
    position:absolute; 
    left:0; 
    top:0;
}
.b-img a{ 
    display:block; 
    height:600px; 
    float:left;
}
.b-list{ 
    height:50px; 
    padding-top:550px; 
    position:relative; 
    margin:0 auto;
    z-index:1;
}
.b-list span{ 
    display:block;
    cursor:pointer; 
    width:14px; 
    height:14px;
    border-radius:50%; 
    border:3px solid #fff; 
    float:left; 
    margin:0 5px; 
    _margin:0 3px;
}
.b-list .spcss{
    border:3px solid #00468e;
}
.bar-left {
    position:absolute;
    left: 0;
    z-index:1; 
    display:block;
    width: 46px;
    height: 88px;
    top: 237px;
}
.bar-right{ 
    position:absolute;
    right: 0;
    z-index:1; 
    display:block; 
    width: 46px;
    height: 88px;
    top: 237px;
}
/* banner 结束 */
.index-title {
    width: 566px;
    margin: 0 auto;
    text-align: center;
    margin-top: 90px;
}
.outter-line {
    width: 564px;
    background-color: #dedede;
    height: 2px;
    text-align: center;
}
.inner-line {
    display: block;
    width: 64px;
    height: 2px;
    background-color: #da251c;
    margin-left: 250px;
}
.index-title>p {
    color: #225f9d;
    font-size: 30px;
    margin-bottom: 26px;
}
.caseDatailTitle {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0;
    width: 1200px;
    margin: 0 auto;
}
.index-pro-list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.index-pro-list li {
    text-align: center;
    width: 279px;
    height: 268px;
    margin: 0 10px;
} 
.pro-list-show {
    display:block;
    width: 100%;
    height: 207px;
    position: relative;
}
.pro-list-show img {
    width: 100%;
    height: auto;
}
.index-pro-list li>p {
    padding: 16px 0;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.mask img {
    width: 61px;
    height: 61px;
    margin-top: 70px;
}
.pro-img {
    width: 279px;
    height: 207px;
    overflow: hidden;
    text-align: center;
}
.pro-list-show .mask-img{
    cursor: pointer;
    transition: all 0.6s;
}
.pro-list-show:hover .mask {
    display: block;
}
.pro-list-show:hover .mask-img {
    transform: scale(1.4);
}
.middle-bj {
    width: 100%;
    position: relative;
    height: 258px;
}
.bj-top {
    width: 100%;
    height: 258px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bj-le,.bj-ri {
    width: 50%;
    height: 100%;
}
.bj-le {
    background-color: #00468e;
}
.bj-ri {
    background-color: #da251c;
}
.middle-box {
    width: 1200px;
    height: 258px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-box-title,.show-box-add ,.show-box-tel{
    color: #fff;
}
.show-box-title {
    font-size: 30px;
}
.show-box-add {
    font-size: 24px;
    margin: 10px 0;
}
.show-box-tel {
    font-size: 16px;
}
.show-box-ri {
    height: 100%;
}
.show-box-ri img {
    width: 600px;
    height: auto;
}
.index-case {
    width: 1200px;
    height: 549px;
    margin: 0 auto;
}
.outter-case {
    position: relative;
}
.outter-case .tips {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #00468e;
    opacity: 0.8;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
}

/* 公司简介 */
.company-info {
    width: 100%;
    height: 422px;
    background-image: url(../images/about_bg.jpg);
    background-size:cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
    padding-top: 58px;
    margin-top: 40px;
}
.company-title {
    width: 566px;
    margin: 0 auto;
    text-align: center;
}
.company-title>p {
    font-size: 30px;
    color: #fff;
}
.company-info .outter-line {
    background-color: #fff;
    margin: 30px 0;
}
.index-about-con {
    margin: 0 auto;
    width: 970px;
    color: #fff;
    font: 14px;
    text-align: center;
    line-height: 28px;
}
.aboutBtn {
    display: block;
    margin: 40px auto;
    width: 88px;
    padding: 10px;
    border-radius: 4px;
    background-color: #da251c;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.index-about-img {
    width: 1200px;
    max-height: 290px;
    margin: 0 auto;
}
.newsTit {
    margin-top: 210px;
}
.news-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.newsLe,.newsRi {
    width: 48%;
    height:456px;
    border: 1px solid #dedede;
    padding-top: 10px;
}
.news-tit {
    margin-left: 5px;
    display: flex;
    align-items: center;
    color:#333;
}
.news-tit span {
    margin-left: 10px;
}
.newslistCon {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
}
.news-img {
    width: 184px;
    height: 184px;
}
.news-img img {
    width: 100%;
    height: 100%;
}
.newslist-text {
    display: flex;
    width: 62%;
    height: 184px;
    flex-direction: column;
}
.news-title {
    color: #333333;
    font-size: 20px;
}
.newsCon {
    color: #999999;
    font-size: 14px;
    margin: 30px 0 50px 0;
}
.news-detail {
    background-color: #ccc;
    width: 158px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.newslistCon:hover .news-detail{
    background-color: #00468e;
}
.index-form {
    margin-top: 56px;
}
.index-form .inner-form {
    width: 872px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formLe,.formRi {
    width: 402px;
}
.index-form .layui-textarea {
    min-height: 165px;
}
.formLe .layui-form-item,.formRi .layui-form-item {
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}
.formLe .layui-input,.formRi .layui-textarea {
    border: none;
}
.formLe .layui-form-label, .formRi .layui-form-label {
    width:28px;
    font-size: 14px;
    color:#858585;
}
.formLe .layui-input-block,.formRi .layui-input-block {
    margin-left: 60px;
}
.formRi .layui-input-block {
    margin-left: 72px;
}
.formRi .layui-input-block  {
    margin-top: 5px;
}
.index-submit {
    text-align: center;
}
.index-submit .layui-btn {
    width: 170px;
    background-color: #da251c;
    border-radius: 0;
    margin: 70px 0;
}
.index-mobile {
    display: flex;
    /* width: 910px; */
    align-items: center;
    color: #e5e5e5;
    margin: 20px 0;
}
.friend {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.index-link {
    font-size: 18px;
    color: #00468e;
    margin-right: 10px;
}
.friend a {
    margin: 0 5px;
    color: #666;
}
.index-footer {
    padding: 20px 0;
    text-align: center;
    background-color: #001a34;
}
.inner-footer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-link {
    display: flex;
    width: 692px;
    justify-content: space-between;
    align-items: center;
}
.footer-le {
    text-align: left;
}
.footer-link a {
    color: #999999;
    padding-right: 22px;
    border-right: 1px solid #999999;
    font-size: 16px;
}
.index-footer .last {
    border-right: none;
}
.inner-footer p {
    color: #e5e5e5;
}
.wechat {
    width: 110px;
    height: 132px;
}
.wechat img {
    width: 110px;
    height: 110px;
}
.wechat span {
    color: #fff;
    display: block;
    margin: 6px 0;
}
.in-company span {
    color: #fff;
}
/* 首页样式结束 */
/* 公司新闻 样式开始*/
.nei-bj {
    width: 100%;
    height: 600px;
    background:url(../images/banner1.jpg);
    background-size:cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
}
.company-detail {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    color:#999
}
.course {
    width: 100%;
    height: 932px;
    background:url(../images/ab_bg.jpg);
    background-size:cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
}
.company-introduce {
    width: 1200px;
    height: 964px;
    margin: 0 auto;
    padding: 40px 0;
}
.company-introduce p {
    color: #666;
    line-height: 32px;
}
.company-introduce img {
    width: 100%;
    height: auto;
}
.step-box {
    position: relative;
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    padding-top: 60px;
}
.main-line {
    width: 1px;
    height: 800px;
    background-color: #fff;
    position: absolute;
    margin-left: 599px;
}
.box {
    width: 500px;
    position: absolute;
    left: -5px;
}
.circle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 60%;
}
.step-De {
    color: #fff;
}
.step-De .title {
    font-size: 24px;
}
.step-info {
    font-size: 18px;
    margin-top: 15px;
    line-height: 34px;
}
.circle {
    position: absolute;
}
/* 右侧部分 */
.fir .step-De,.thi .step-De,.fif .step-De {
    text-align: left;
    margin-left: 22px;
}
/* 左侧部分 */
.sec .step-De,.four .step-De,.six .step-De{
    text-align: right;
    margin-right: 22px;
}
.sec .circle,.four .circle,.six .circle{
    right: 0;
    top: 32px;
}
.fir .circle ,.thi .circle,.fif .circle{
    left: 0;
    top: 32px;
} 
.main-line .fir {
    top: 38px;
}
.main-line .sec {
    top: 164px;
    left: -494px;
}
.main-line .thi {
    top: 290px;
}
.main-line .four {
    bottom: 296px;
    left: -494px;
}
.main-line .fif {
    bottom: 178px;
}
.main-line .six {
    bottom:22px;
    left: -494px;
}
.enterprise {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gray-line {
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #999;
    color:#666666;
}
.enter-list {
    text-align: center;
}
.nums {
    font-size: 60px;
    color: #666666;
}
.enter-info {
    font-size: 20px;
    color: #666;
}
/* 公司简介 样式结束 */
/* 产品中心样式开始 */
.case-list {
    width:1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}
.case-show {
    width: 32%;
    text-align: center;
    margin: 0 9px;
}
.case-show>div {
    width: 364px;
    height: 270px;
    display: inline-block;
    overflow: hidden;
}
.case-show>div img {
    width: 100%;
    height: 100%;
}
.case-show p {
    width: 88%;
    text-align: center;
    margin: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333;
}
.case-list .case-show:nth-child(3n){
    margin-right: 0;
}
.page {
    width: 1200px;
    margin: 40px auto;
}
.pro-show {
    color: #fff;
    font-size: 18px;
    background-color: #00468e;
    text-align: center;
    line-height: 58px;
}
/* ---------------------------产品左侧导航样式 -----------------------------------*/

.productInfo {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
}
#menu{
    width: 240px;
    height: 100%;
    /* padding-top:20px; */
    font-size:18px;
    background-color: #2e3254;
}
#menu ul{
    background-color: #fff;
    list-style: none;
    padding:0;
    margin:0 auto;
    border: 1px solid #dedede;
    border-top: none;
}
#menu ul li{
    text-align:left;
    color: #616c82;
    border-bottom: 1px dashed #dddddd;
}
#menu ul li.first-menu{
    overflow: hidden;
}
#menu ul li:HOVER>a{
    color: #007FC8;
}
#menu ul li a{
    display:block;
    padding:16px 0;
    color: #999;
    text-decoration:none;
    text-align: center;
}
#menu ul li.first-menu.active>a{
    color: #00468e;
    vertical-align: middle;
}
#menu ul li.first-menu.active ul li.second-menu.current a{
    background-color: #4d527c;
    font-size: 18px;
}
#menu ul li.first-menu ul{
    display:none;
}
#menu ul li.first-menu ul li.second-menu {
    background-color: #00468e;
    color: #fff;
}
#menu ul li.first-menu ul li.second-menu a{
    font-size:16px;
    color: #8aa3cd;
   
}
#menu ul li .second-menu {
    border-bottom: none;
    margin-bottom: 1px;
}
#menu .first-menu:last-child {
    border-bottom: none;
}
.first-menu i img {
    width: 16px;
    height: 16px;
}
.first-menu .pic {
    margin-left: 20px;
}
.product-list {
    margin-left: 20px;
    flex: 1;
}
.product-list li {
    width: 32%;
    height: 256px;
    margin: 0 7px;
    margin-block-end: 0 !important;
    float: left;
}
.product-list p {
    text-align: center;
    padding: 10px 0;
}
.proImg {
    width: 282px;
    /* width: 100%; */
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-list .pImg {
    width: 282px;
    height: 210px;
    transition: all 0.6s;
}
.bImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    display: none;
}
.product-list li:nth-child(3n){
    margin-right: 0;
}
.product-list .proImg:hover .bImg{
    display: block;
}
.product-list .proImg:hover .pImg{
    transform: scale(1.4);
}
.tuijian {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}
.tuiImg {
    width: 24%;
    height:256px;
    margin: 0 6px;
    position: relative;
}
.tuiImg span {
    display: inline-block;
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.tuiImg ._bImg{
    transition: all 0.6s;
}
._bImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -50px;
    display: none;
}
.tuiImg .case-images {
    width: 100%;
    height: 218px;
    transition: all 0.6s;
}
.tuiImg p {
    text-align: center;
    padding: 10px 0;
}
.tuiImg:nth-child(4n){
    margin-right: 0;
}
.tuiImg:hover ._bImg {
    display: block;
}
.tuiImg:hover .case-images{
    transform: scale(1.4);
}
/*产品详情样式开始 */
.productDetail {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    /* height: 370px; */
}
.DetailLe {
    width: 480px;
}
.DetailLe span {
    width: 480px;
    height: 290px;
    overflow: hidden;
}
.DetailLe span img {
    width: 100%;
    height: 290px;
}
.DetailLe>ul {
    display: flex;
    align-items: center;
}
.DetailLe>ul li {
    width: 116px;
    height: 72px;
    overflow: hidden;
    margin:10px 4px;
}
.DetailLe>ul li img {
    width: 100%;
    height: 72px;
}
.thumbnail li {
    border: 2px solid transparent;
}
.thumbnail li:first-child {
    border: 2px solid red; 
}
.thumbnail li:hover {
    border: 2px solid red; 
}
.thumbnail .redCircle {
    border: 2px solid red; 
}
.DetailRi {
    flex: 1;
    margin-left: 30px;
}
.hotLine {
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    background-color: #d1102b;
    margin-top: 30px;
}
.hotLine:hover {
    color: #fff;
}
.DetailRi>div {
    margin: 20px 0 0 0;
}
.DetailRi h3{
    font-size: 30px;
    color:#333
}
.DetailRi p {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}
.DetailRi p span {
    color: #999;
}
.DetailRiTop{
    height: 286px;
    border-bottom: 1px solid #dedede;
}
.DetailRibot ul {
    display: flex;
    align-items: center;
}
.DetailRibot li {
    margin: 0 22px;
}
.DetailRibot li img {
    width: 16px;
    height: 16px;
}
.DetailRibot .minPic img {
    width: 20px;
    height: 20px;
}
.DetailRibot li span {
    color: #333;
    margin-left: 5px;
}
.DetailRibot li:first-child {
    margin-left: 0;
}
.detail-anchor {
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid #dedede; */
    padding: 20px 0;
}
.detail-page {
    background-color: #f5f5f5;
}
.pages-bj {
    background-color: #fff;
    padding: 20px 0;
}
.detail-anchor ul {
    display: flex;
    align-items: center;
}
.detail-anchor ul li {
    border-bottom: 2px solid transparent;
    width: 242px;
    padding: 20px 0;
    text-align: center;
}
.detail-anchor .nav-anchor {
    border-bottom: 2px solid #00468e;
}
.detail-anchor .nav-anchor a {
    color: #00468e;
}
.anchor-content {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 100px;
}
.anchor-content>a {
    font-size: 20px;
    font-weight: bold;
}
.anchor-content p {
    line-height: 34px;
    text-indent: 32px;
    margin: 10px 0;
}

/* 案例详情样式开始 */
.caseDetail {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.caseDetail p {
    color: #666;
    line-height: 32px;
}
.caseDetail img {
    width: 100%;
    height: auto;
}
/* 新闻资讯样式开始 */
.news-nav {
    height: 52px;
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 40px;
    /* margin: 0 auto; */
}
.news-nav a {
    display: inline-block;
    background-color: #c9c9c9;
    color: #fff;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 130px;
    font-size: 16px;
}
.news-nav .news-active {
    background-color: #da251c;
} 
.NewsList{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box {
    display: block;
    width: 544px;
    height: 188px;
    display: flex;
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 30px;
}
.news-box>a {
    display: inline-block;
    width:188px;
    height: 188px;
    overflow: hidden;
}
.news-box>a img {
    width: 100%;
    height: 100%;
}
.news-box>div {
    display: flex;
    flex:1;
    margin-left: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.news-box:hover .caseMore {
     background-color:#225f9d
}
.news-tit {
    font-size: 20px;
}
.news-text {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
     color:#999;
}
.caseMore {
    display: inline-block;
    width: 158px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #e9e9e9;
    color: #fff;
}
.caseMore:hover {
    color: #fff;
}
.newsDetail {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
}
.NewsD {
    color: #222;
    font-size: 24px;
    margin-bottom: 10px;
}
.NewsTime {
    font-size: 12px;
    color: #999;
}
.NewsContent p {
    color: #666;
    line-height: 32px;
}
.NewsContent img {
    width: 100%;
    height: auto;
}
/* 联系我们样式开始 */
.linkMeCon {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.linkMeCon p {
    width: 784px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    color: #999;
}
.linkme-phone {
    width: 894px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.inner-phone {
    width: 32%;
    height: 180px;
}
.link-title {
    font-size: 18px;
    color: #333;
    margin: 34px 0 10px 0;
}
.link-text {
    font-size: 16px;
    color: #666;
}
#allmap {
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    padding: 20px;
}


.my-kefu {
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 9999;
}
.my-kefu ul {
    width: 77px;
}
.my-kefu li a {
    text-decoration: none;
}
.my-kefu li {
    background: #3a3a3a;
    margin-top: 1px;
    padding: 9px 0;
    height: 56px;
    width: 77px;
}
.my-kefu li i {
    background: url(../images/tb.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.my-kefu li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.my-kefu .my-kefu-qq i {
    background-position: 4px 0;
}
.my-kefu .my-kefu-tel i {
    background-position: 0 -25px;
}
.my-kefu .my-kefu-tel1 i {
    background-position: -35px 4px;
}
.my-kefu .my-kefu-tel1:hover {
    width: 246px;
    height: 145px;
}
.my-kefu .my-kefu-tel2 i {
    background-position: -35px 4px;
}
.my-kefu .my-kefu-tel2:hover {
    width: 246px;
    height: 145px;
}
.my-kefu .my-kefu-liuyan i {
    background-position: 4px -53px;
}
.my-kefu .my-kefu-weixin i {
    background-position: -34px 4px;
}
.my-kefu .my-kefu-weibo i {
    background-position: -30px -22px;
}
.my-kefu .my-kefu-ftop {
    background-color: #0067d0;
}
.my-kefu .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}
.my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}
.my-kefu-tel-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    padding-top: 10px;
}
.my-kefu-tel1-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    border: none;
    margin: 0 auto;
    margin-bottom: 5px;
}
.my-kefu-tel2-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    border: none;
    margin: 0 auto;
    margin-bottom: 5px;
}
.my-kefu-right {
    width: 20px;
}
.my-kefu-tel-main {
    color: #fff;
    margin-top: 9px;
    height: 47px;
    width: 247px;
}
.my-kefu-main {
    width: 97px;
    position: relative;
}
.my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
}